Clarify an argument to g_file_enumerate_children_async()
authorFederico Mena Quintero <federico@novell.com>
Thu, 27 Aug 2009 00:14:07 +0000 (19:14 -0500)
committerBenjamin Otte <otte@gnome.org>
Thu, 15 Oct 2009 20:06:14 +0000 (22:06 +0200)
Signed-off-by: Federico Mena Quintero <federico@novell.com>
gtk/gtkfilesystemmodel.c

index ca967f9c7cfcba3095113cb216d0e4199bbe0f17..22cd2c3c9a7ee2e923246f52fe07cfa791d42d45 100644 (file)
@@ -1130,7 +1130,7 @@ gtk_file_system_model_set_directory (GtkFileSystemModel *model,
   g_object_ref (model);
   g_file_enumerate_children_async (model->dir,
                                    attributes,
-                                   0,
+                                   G_FILE_QUERY_INFO_NONE,
                                    IO_PRIORITY,
                                    model->cancellable,
                                    gtk_file_system_model_got_enumerator,